home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1987 / Dec 87 / TWindow Subclasses 12⁄23 < prev    next >
Encoding:
Text File  |  1991-03-06  |  836 b   |  25 lines  |  [TEXT/GEOL]

  1. Item    5265375                         23-Dec-87        15:31
  2.  
  3. From:   D0830                           Data Translation, Dev, R Burger
  4.  
  5. To:     MACAPP$                         MacApp Interest List
  6.  
  7. Sub:    TWindow Subclasses
  8.  
  9. Another item for the global wish list --
  10.  
  11. NewSimpleWindow and NewPaletteWindow are defined such that they
  12. always create instances of TWindow.  In our application we have
  13. descendants of TWindow to handle activation and deactivation events
  14. in special ways -- as a result we can't use NewSimpleWindow and
  15. NewPaletteWindow.  It would be nice if these utility routines were
  16. written in such a way that TWindow and descendant instances could
  17. be used.
  18.  
  19. Other than that, though, I've been really impressed with the ease in
  20. which most standard objects can be subclassed.
  21.  
  22. Roberto Sierra
  23. Data Translation, Inc.
  24.  
  25.